﻿@import url("system.css");
/*内容页中的分页样式，可以通过覆盖CSS的方法改写*/
#CMS_ConGoPage{height:50px;line-height:50px; width:100%; text-align:center; clear: both; padding: 10px 0; font-family: cursive;font-size: 14px;}#CMS_ConGoPage span{display:inline-block; height:30px; line-height:30px; text-align:center;  width:30px; border: solid #ccc 1px;margin: 10px 3px; color:#ccc;}#CMS_ConGoPage span:hover{background-color: aliceblue;}#CMS_ConGoPage span a,#CMS_ConGoPage span a:hover{text-decoration: none;display:inline-block;color:#000;font-size: 14px;width: 100%;}
/*通用格式化样式css CSS Document */
html {
    -webkit-text-size-adjust: none;
}

body, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, code, form, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 12px;
    background: none;
    color: #333333;
}
body{
    background: url(http://oldfile.4e8.com/skin/hhsp8405/img/bg.jpg);
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    word-wrap: break-word;
    word-break: break-all;
}

img {
    border: 0;
}

del, ins {
    text-decoration: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup, sub {
    vertical-align: baseline;
}

/* because legend doesn't inherit in IE */
input, select {
    vertical-align: middle;
}

i, cite, em {
    font-style: normal
}

/* New Clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: '';
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}

/* IE7 */
/* Defaults */
a {
    text-decoration: none;
    color: #333;
    font-size: 12px;
}

a:hover {
    text-decoration: none;
    color: #333;
}

a:focus {
    outline: none;
    color: #333;
}

.L, .l, .C, .c, .Left, .Center, .left, .center {
    float: left;
}

.R, .r, .Right, .right {
    float: right;
}

.reset_ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul{
    margin:0;
    padding:0;
    list-style: none;
}
li{
    margin:0;
    padding:0;
    list-style: none;
}

.head{
    width: 100%;
    background: url(http://oldfile.4e8.com/skin/hhsp8405/img/nav-bg.jpg) repeat-x;
    height: 76px;
    position: fixed;
    z-index: 99999;
    top:0;
}
.head .nav{
    width: 1200px;
    margin:0 auto;
    height: 76px;
}
.head .nav .logo{
  color:#fff;
    width: auto;
    line-height: 76px;
    float:left;
  font-size:22px;
}
.head .nav .dh{
    width:auto;
    height:76px;
}
.head .nav .dh li{
    width:auto;
    float:left;
    height: 76px;
    position: relative;
}
.head .nav .dh li a{
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding:15px 30px;
}
.head .nav .dh li a span{
    display: block;
    font-weight: bold;
    line-height: 25px;
}
.head .nav .dh li a .sz, .head .nav .dh li a .sy, .head .nav .dh li a .xz, .head .nav .dh li a .xy{
    width: 11px;
    height: 11px;
    position: absolute;
    z-index: 10;
    display: none;
}
.head .nav .dh li a .sz{
    left:10px;
    top:10px;
}
.head .nav .dh li a .sy{
    right:10px;
    top:10px;
}
.head .nav .dh li a .xz{
    left:10px;
    bottom: 10px;
}
.head .nav .dh li a .xy{
    right:10px;
    bottom: 10px;
}
.head .nav .dh li ul{
    width: 100%;
    position: absolute;
    top:76px;
    z-index: 10;
    background: #f3f3f4;
    display: none;
    overflow: hidden;
}
.head .nav .dh li ul li{
    height:auto;
    width: 100%;
}
.head .nav .dh li ul li a{
    display: block;
    color: #b7190f;
    line-height: 40px;
    padding:0;
}
.head .nav .dh li ul li:hover{
    font-weight: bold;
    background: url(http://oldfile.4e8.com/skin/hhsp8405/img/nav-li-ul-li-ico.jpg) left center no-repeat;
}
.head .nav .dh:hover .xl{
    display: block;
}
.head .nav .dh li:hover{
    background: #fff;
}
.head .nav .dh li:hover a{
    color: #b7190f;
}
.head .nav .dh li:hover .sz,
.head .nav .dh li:hover .sy,
.head .nav .dh li:hover .xz,
.head .nav .dh li:hover .xy{
    display: block;
}
.head .bottom{
    width: 100%;
    overflow: auto;
    background:#f3f3f4;
    display: none;
}
.head .bottom .box{
    width: 1200px;
    overflow: hidden;
    margin:0 auto;
    height: 100%;
}
.head .bottom .box p{
    padding-left:55px;
    background:url(http://oldfile.4e8.com/skin/hhsp8405/img/head-phone.jpg) left center no-repeat;
    height: 51px;
    color: #cf000d;
    margin-top: 50px;
}
.head .bottom .box p span{
    font-size: 26px;
    font-weight: bold;
    display: block;
}
.head:hover .bottom{
    display: block\9;
}

/* 本例子css */
.focusBox {
    position: relative;
    width: 100%;
    height: 516px;
    overflow: hidden;
    margin-top: 76px !important;
}

.focusBox .pic {
    position: relative;
    z-index: 0;
}

.focusBox .pic img {
    position: relative;
    width: 1920px;
    height: 100%;
    display: block;
    left:50%;
    margin-left: -960px;
}

.focusBox .hd {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    font-size: 0;
    z-index: 1;
}

.focusBox .hd li {
    margin: 0 5px;
    background: url(http://oldfile.4e8.com/skin/hhsp8405/img/dot.png) no-repeat 0 -16px;
    height: 16px;
    overflow: hidden;
    width: 16px;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    _background: url(http://oldfile.4e8.com/skin/hhsp8405/img/dot8.png) no-repeat 0 -16px;
}

.focusBox .hd .on {
    background-position: 0 0;
}

.focusBox .prev,
.focusBox .next {
    width: 60px;
    height: 90px;
    margin: -60px 0 0;
    display: none;
    background: url(http://oldfile.4e8.com/skin/hhsp8405/img/ad_ctr.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.focusBox .prev {
    left: 0;
}

.focusBox .next {
    background-position: 0 -90px;
    right: 0;
}

.focusBox .prev:hover,
.focusBox .next:hover {
    filter: alpha(opacity=50) !important;
    opacity: 0.5 !important;
}
.index-pro{
    width: 100%;
    overflow: hidden;
}
.index-pro .title{
    width: 1200px;
    overflow: hidden;
    margin:20px auto;
    font-size: 18px;
    color: #b7190f;
    font-weight: bold;
    line-height: 44px;
}
.index-pro .title img{
    width: 44px;
    height: 44px;
    overflow: hidden;
    margin-right:10px;
}
.index-pro .title ul{
    width: auto;
    overflow: hidden;
}
.index-pro .title ul li{
    float:left;
    height: 43px;
    overflow: hidden;
    width:auto;
    margin:0 5px;
}
.index-pro .title ul li a{
    background: url(http://oldfile.4e8.com/skin/hhsp8405/img/index-fl-bg.jpg);
    line-height: 43px;
    display: block;
    padding:0 15px;
    color: #333;
    position: relative;
    width: auto;
    height: 100%;
}
.index-pro .title ul li span{
    position: absolute;
    width: 8PX;
    display: block;
    height: 100%;
    top:0;
}
.index-pro .title ul li .l{
    left:0;
    background: url(http://oldfile.4e8.com/skin/hhsp8405/img/index-fl-left.jpg) left no-repeat;
}
.index-pro .title ul li .r{
    right:0;
    background: url(http://oldfile.4e8.com/skin/hhsp8405/img/index-fl-right.jpg) right no-repeat;
}
.index-pro .title ul li a:hover{
    color: #fff;
    background: url(http://oldfile.4e8.com/skin/hhsp8405/img/index-fl-hover-bg.jpg);
}
.index-pro .title ul li:hover .l{
    background: url(http://oldfile.4e8.com/skin/hhsp8405/img/index-fl-hover-left.jpg) left no-repeat;
}
.index-pro .title ul li:hover .r{
    background: url(http://oldfile.4e8.com/skin/hhsp8405/img/index-fl-hover-right.jpg) right no-repeat;
}
.index-pro .title .more{
    display: block;
    width: 40px;
    height: 43px;
    background: url(http://oldfile.4e8.com/skin/hhsp8405/img/index-pro-more.jpg) center no-repeat;
    margin-left: 20px;
}
.index-pro .title .more:hover{
    background: url(http://oldfile.4e8.com/skin/hhsp8405/img/index-pro-hover-more.jpg) center no-repeat;
}
.index-pro .multipleColumn {
    position: relative;
    width: 1240px;
    margin:0 auto;
}

.index-pro .multipleColumn .bd {
    width: 100%;
    overflow: hidden;
}

.index-pro .multipleColumn .bd ul {
    overflow: hidden;
    zoom: 1;
    width: 100%;
    float: left;
    _display: inline;
}

.index-pro .multipleColumn .bd ul li {
    float:left;
    width: 299px;
    height: 276px;
    overflow: hidden;
    background: url(http://oldfile.4e8.com/skin/hhsp8405/img/pro-bg.jpg);
    margin:5px;
}
.index-pro .multipleColumn .bd ul li a{
    overflow:hidden;
    color: #b7190f;
    display: block;
    font-size: 14px;
}
.index-pro .multipleColumn .bd ul li a img{
    display: block;
    height: 100%;
    margin:13px auto;
  	transition:all 1s;
}
.sy_pro_img{width:279px;height:209px;overflow:hidden;margin:0 auto;}
.index-pro .multipleColumn .bd ul li a img:hover{transform:scale(1.1);transition: all 1s;}
.index-pro .multipleColumn .bd ul li p{
    display: block;
    width: 100%;
    background: url(http://oldfile.4e8.com/skin/hhsp8405/img/pro-jiantou.png) left center no-repeat;
    padding-left: 20px;
    width: 259px;
    margin:0 auto;
    line-height:30px;
    font-size: 14px;
    color: #b7190f;
}
.index-about{
    width: 100%;
    overflow: hidden;
    height: 420px;
    background: url(http://oldfile.4e8.com/skin/hhsp8405/img/about-bg.jpg) top center no-repeat;
    margin:40px 0;
}
.index-about .box{
    width: 1200px;
    overflow: hidden;
    margin:0 auto;
}
.index-about .box ul{
    display: block;
    overflow: hidden;
    width: 550px;
    margin-top: 40px;
}
.index-about .box ul li{
    float:left;
    overflow: hidden;
    color: #fff;
    text-align: center;
    margin:20px 60px;
    width:151px;
}
.index-about .box ul li img{
    display: block;
    width: 66px;
    height: 60px;
    margin:10px auto;
}
.index-about .box ul li span{
    display: block;
    font-size: 18px;
}
.index-about .box .r{
    width: 540px;
    overflow: hidden;
    padding:60px 10px;
    color: #fff;
    margin-right:15px;
    line-height: 30px;
}
.index-about .box .r p{
  color:#fff;
}
.index-about .box .r h2{
    display: block;
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
}
.index-news{
    width: 1200px;
    overflow: hidden;
    margin:0 auto;
}
.index-news .title{
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    color: #b7190f;
    line-height: 44px;
}
.index-news .title img{
    width: 44px;
    height: 44px;
    display: block;
    float: left;
    margin-right: 10px;
}
.index-news .title a{
    display: block;
    width: 40px;
    height: 40px;
    background: url(http://oldfile.4e8.com/skin/hhsp8405/img/index-pro-more.jpg);
    float:right;
}
.index-news .title a:hover{
    background: url(http://oldfile.4e8.com/skin/hhsp8405/img/index-pro-hover-more.jpg);
}
.index-news ul{
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.index-news ul li{
    width: 48%;
    float: left;
    overflow: hidden;
}
.index-news ul .r{
    float:right;
}
.index-news ul li a{
    display: block;
    line-height: 30px;
}
.index-news ul li a span{
    float:right;
    color: #7b7b7b;
}
.index-news ul li a img{
    display: block;
    float:left;
    margin-right:5px;
    margin-top: 8px;
}
.index-news ul li a:hover{
    color: #b7190f;
}
.zs{
    width: 100%;
    overflow: hidden;
    background: url(http://oldfile.4e8.com/skin/hhsp8405/img/nav-bg.jpg);
    text-align: center;
    padding:20px 0;
    margin:40px 0 0 0;
}
.zs h2{
    font-size: 60px;
    color: #fff;
    font-weight: bold;
}
.zs ul{
    width: auto;
    overflow: hidden;
    display:inline-block;
}
.zs ul li{
    width:auto;
    font-size: 14px;
    line-height: 50px;
    text-align: left;
    float:left;
    margin:0 10px;
    font-weight: normal;
    color: #fff;
}
.zs ul li img{
    display: block;
    float:left;
    margin-right: 10px;
}
.index-link{
    width: 1200px;
    overflow: hidden;
    margin:30px auto;
}
.index-link a{
    display: block;
    float:left;
    line-height: 25px;
    padding:0 5px;
}
.foot{
    width: 100%;
    overflow: hidden;
    background: #242424;
    margin-bottom: 45px;
}
.foot .nav{
    width: 1200px;
    overflow: hidden;
    margin:0 auto;
    border-bottom: 1px solid #333;
}
.foot .nav li{
    float:left;
    overflow: hidden;
}
.foot .nav li a{
    display: block;
    color: #a9a9a9;
    padding:0 10px;
    line-height: 60px;
}
.foot .box{
    width: 1200px;
    overflow: hidden;
    margin:20px auto;
    color: #7b7b7b;
    line-height: 30px;
}
.foot .l{
    margin-right: 80px;
}
.foot .r{
    width: 98px;
    height: 98px;
    display: block;
}
.foot-fd{
    width: 100%;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    background: #333333;
}
.foot-fd .box{
    width: 1200px;
    overflow: hidden;
    margin:0 auto;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
    text-align: right;
    +text-algin:left !important;
}
.foot-fd .box form{
    width: auto;
    float:left;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    padding:15px 0;
    font-weight: normal;
}
.foot-fd .box form input{
    border: none;
    background: #fff;
    height:30px;
    line-height: 30px;
    padding:0 5px;
    color: #ababab;
    width: 220px;
    margin:0 20px 0 10px;
}
.foot-fd .box form .submit{
    width: 120px;
    background: #b7190f;
    color: #fff;
}
.foot-fd .back{
    display: block;
    float:right;
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-left: 80px;
}



.middle_box{width:1200px;margin:0 auto;overflow:hidden;padding:30px 0;}
.middle_box .l{width:20%;}
.middle_box .l span{padding-left:40px;color:#333;font-size:18px;background:url(http://oldfile.4e8.com/skin/lsjy8205/img/book.png) no-repeat left top;display:block;line-height:40px;}
.middle_box .l .nei_lanmu{padding: 0 10px;}
.middle_box .l .nei_lanmu li{padding-left:20px;background:url(http://oldfile.4e8.com/skin/lsjy8205/img/circle.png) no-repeat left center;border-bottom:1px solid #e8e8e8;line-height:40px;}
.middle_box .l .nei_lanmu li a{font-size:14px; color:#666;}
.middle_box .l .nei_lanmu li:hover{background:url(http://oldfile.4e8.com/skin/hhsp8405/img/circlehover.png) no-repeat left center;}
.middle_box .l .nei_lanmu li:hover a{color:#b7190f;}
.middlw_box .r p.weizhi{text-align:center;color:#dedede;}
.middle_box .r {width:930px;overflow:hidden;}
.nei_newslist{padding:10px 0 0;}
.weizhi{line-height:50px;text-align:right;color:#999;}
.nei_newslist li{margin-bottom:20px;border:1px solid #e8e8e8;border-radius:5px;padding:15px;overflow:hidden;position:relative;background:#fff;}
.nei_newslist .date{width:43px;height:55px;border-radius:5px;background:#b7190f;text-align:center;padding:15px;}
.nei_newslist .date p{color:#fff;font-size:30px;}
.nei_newslist .date span{color:#fff;font-size:14px;line-height;30px;}
.nei_newslist .text{width:87%;}
.nei_newslist .text span{color:#333;font-size:14px;}
.nei_newslist .text span.view{color:#fff;font-size:12px;width:74px;height;23px;line-height:23px;text-align:center;background:#eeeeee;display:block;position:absolute;right:15px;bottom:15px;border-radius:5px;}
.nei_newslist .text p{font-size:12px;color:#666;}
.nei_newslist li:hover .view{background:#b7190f;}
.xiangguan{width:1100px;margin:0 auto;overflow:hidden;}
.xiangguan h5{padding: 0 40px;color:#333;font-size:18px;background:url(http://oldfile.4e8.com/skin/lsjy8205/img/book.png) no-repeat left center;display:block;line-height:50px;}
.xiangguan ul{padding:0 !important;margin:0}
.middle_box h1{font-size:18px;line-height:30px;margin-top:20px;}
.middle_box .dianji{font-size:12px;color:#999;margin:10px 0;}


.picList {
    overflow: hidden;
    width: 100%;
}

.picList li {
    float:left;
    width: 299px;
    height: 276px;
    overflow: hidden;
    background: url(http://oldfile.4e8.com/skin/hhsp8405/img/pro-bg.jpg);
    margin:5px;
}
.picList li a{
    overflow:hidden;
    color: #b7190f;
    display: block;
    font-size: 14px;
}
.picList li a img{
    display: block;
   /* width: 279px;*/
    height: 209px;
    margin:13px auto;
}
.picList li p{
    display: block;
    width: 100%;
    background: url(http://oldfile.4e8.com/skin/hhsp8405/img/pro-jiantou.png) left center no-repeat;
    padding-left: 20px;
    width: 259px;
    margin:0 auto;
    line-height:30px;
    font-size: 14px;
    color: #b7190f;
}